Clarify docs for ::insert-text signal. (#316094, Tommi Komulainen)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 13 Sep 2005 14:27:45 +0000 (14:27 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 13 Sep 2005 14:27:45 +0000 (14:27 +0000)
2005-09-13  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkeditable.sgml: Clarify docs
for ::insert-text signal.  (#316094, Tommi
Komulainen)

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkeditable.sgml

index 3074c45f27d3229bcd4fdbdd1200e2cf4b64bb07..2011bbdea601a0f1143e15e5a3d21943aeb07750 100644 (file)
@@ -1,3 +1,9 @@
+2005-09-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/tmpl/gtkeditable.sgml: Clarify docs
+       for ::insert-text signal.  (#316094, Tommi
+       Komulainen)
+
 Tue Sep 13 14:16:27 2005  Tim Janik  <timj@imendio.com>
 
        * gtk/tmpl/gtkrc.sgml: fixed wording and typos in some places.
index f92116e096d68b93707bbc7a3941483cad3bfa35..a227a80929730eed5e84a79d075dd36835690686 100644 (file)
@@ -125,11 +125,12 @@ it from being inserted entirely.
 
 @editable: the object which received the signal.
 @new_text: the new text to insert.
-@new_text_length: the length of the new text.
-@position: the position at which to insert the new text.
-           this is an in-out paramter. After the signal
-           emission is finished, it should point after   
-           the newly inserted text.
+@new_text_length: the length of the new text, in bytes, 
+  or -1 if new_text is nul-terminated
+@position: the position, in characters, at which to insert 
+           the new text. this is an in-out parameter. 
+           After the signal emission is finished, it should 
+           point after the newly inserted text.
 
 <!-- ##### FUNCTION gtk_editable_select_region ##### -->
 <para>